TL LASE

Description

TL LASE is a special purpose tool for software developers. It enables your (32-bit) applications (e. g. written in Visual Basic .NET, C#, ...) to address the virtual address space between 2 and 4 GB. (LASE stands for Large Address Space Enabler.) Normally, they can only address the range 0 to 2 GB, since many programming languages do not offer a "/LARGEADDRESSAWARE" linker switch as C++ does.


Current Version

1.0.0

Download

Manual

  1. Open the file "TL LASE Tasklist.txt" with a text editor (e. g. Notepad).
  2. In section "[enable]" add the file names of the *.exe files you want to enable for using the large address space (one entry per line). You can enter relative paths (e. g. "..\MyFolder\MyApp.exe", or just "MyApp.exe") and absolute paths (e. g. "C:\MyFolder\MyApp.exe") (without quotation marks).
  3. In section "[disable]" add the file names of the *.exe files you want to disable for using the large address space (one entry per line). You can enter relative paths and absolute paths.
  4. Run "TL LASE.exe". It will modify the *.exe files you entered in "TL LASE Tasklist.txt". So make sure, TL LASE has write access to them.
  5. When TL LASE is done, you will see this dialog box:


Tips